Tootfinder

Opt-in global Mastodon full text search. Join the index!

No exact results. Similar results found.
@aral@mastodon.ar.al
2024-05-15 19:09:19

The new and improved Settings section for Kitten (Small Web/peer-to-peer web) apps is coming along nicely.
Should be live this week.
#Kitten #SmallWeb #Settings

Screenshot of Settings > Kitten page at https://localhost/💕/settings/kitten/:

A welcome message with a Hide button: 

👋🤓 Hello!

Here you will find technical details about your Small Web place (such as your cryptographic identity) as well as configuration options.

You should not need this page for the day-to-day operation of your Small Web place but it is here in case something goes wrong or if you want to tinker with it.

🐱 Kitten

Version
1-4ff6f0-20.12.2-20240515181948
Born
2024/05/15 at 1…
Screenshot of same page showing the Domain section:

🏠 Domain

Your Small Web place was not deployed by Domain.

Here are some ways you can deploy your site.

Using Domain:

Use an existing Small Web host like small-web.org.
Run your own instance of Domain and deploy using that.
On any computer that runs Linux[1]:

Deploy your site to any server (like a tiny single-board computer or your own VPS server somewhere) using Kitten’s deploy command.
With systemd (this is not some political statement;…
Screenshot of same site showing the Evergreen Web section: 

🌲 Evergreen Web

Did you have a site here before?

You can preserve it and keep existing links to it on the Web from breaking by redirecting pages that cannot be found here to the older version of this place that is now hosted the domain set below.

Redirect missing pages to the following domain:

Clear button.

Not sure what to enter here? Please see 4042307.org
🆔 Identity

This is your public identity for localhost (ed25519 public key).

Copy button

SSH

This is your SSH public key.

Copy button
@servelan@newsie.social
2024-04-15 06:51:31

Ireland and the Magdalene laundries:
The Country That Tried To Control Sex | Portside
portside.org/2024-04-14/countr

@cliffwade@allthingstech.social
2024-05-14 20:48:58

My newest review unit just arrived at the front door a few minutes ago!
WOLFBOX 2nd Gen Dual Zone Car Fridge with App Control.
You can read all about it here:
wolfbox.com/products/wolfbox-2

WOLFBOX 2nd Gen Dual Zone Car Fridge with App Control
WOLFBOX 2nd Gen Dual Zone Car Fridge with App Control
WOLFBOX 2nd Gen Dual Zone Car Fridge with App Control
WOLFBOX 2nd Gen Dual Zone Car Fridge with App Control
@Techmeme@techhub.social
2024-03-14 13:35:45

In 2023, crypto investors achieved total gains of $37.6B, up from a $127.1B loss in 2022 but down from the $159.7B in gains during the 2021 bull run (Chainalysis)
chainalysis.com/blog/cryptocur

@xtaran@chaos.social
2024-04-13 20:04:25

#30DaysOfBiking, Day 13: Did a 20km after-dinner-ride with the #Brompton, starting from my parents' home. Mostly rode through the countryside along the (lower) Wutach valley. Saw a nice #sunset from m…

Red, orange, yellow and pale blue sunset over landscape silhouette
A tree full of white flowers
A green hill with a forest on top. A countryside street is leading towards the base of the hill.
Red, orange, yellow and medium blue sunset over a different landscape silhouette

‘Site-neutral’ payments for chemotherapy could save Medicare billions
Dozens of services cost more at hospitals, including mammograms, allergy tests, echocardiograms, epidural injections, colonoscopies and laser eye procedures. (The Medicare Payment Advisory Commission has identified 57 such services.) If all were site-neutral, Medicare would save an estimated $150 billion over 10 years

@Techmeme@techhub.social
2024-05-14 18:01:06

Google will roll out AI overviews in search to all US users, starting this week, and in more countries soon; they will be available to 1B users by end of year (Barry Schwartz/Search Engine Land)
searchengineland.com/google-ro

@servelan@newsie.social
2024-04-14 15:33:19

The complex, contradictory and heartbreaking process of American climate migration is underway - Alternet.org
alternet.org/the-complex-contr

@aral@mastodon.ar.al
2024-03-13 20:18:56

New in Kitten¹: Markdown fragments
You can now write your Markdown in separate .fragment.md files and `import()` them as if they were JavaScript modules, just like you can with HTML and CSS fragments.
And while they don’t support props, they do support slots (including named slots, which you can use as poor man’s props.)
Enjoy!
:kitten: 💕
¹

Screenshot of code open in Helix Editor (active tab: index.page.js, inactive tabs: Markdown.fragment.md, Markup.fragment.md, Styles.fragment.md):

import Markup from './Markup.fragment.html'
import Styles from './Styles.fragment.css'
import Markdown from './Markdown.fragment.md'

export default () => kitten.html
  <page css>
  <${Markup} />

  <${Markdown}>
    <content for='title'>This is the title</content>
    <content for='date'>${new Date()}</content>
    <button>I’ve been slotted in.</but…
Screenshot of code for Markdown.fragment.md:

## And this is from a markdown file

As is this.

- Title: __${SLOT.title}__
- Date: __${SLOT.date}__

${SLOT}

And the content above was slotted into a markdown file.
Screenshot of code for Markup.fragment.html:

<div>
  <h1>This is from an HTML fragment.</h1>
  <p>As is this.</p>
</div>
Screenshot of the resulting page, rendered in a web browser:

H1: This is from an HTML fragment.

Paragraph: As is this.

H2: And this is from a markdown file

Paragraph: As is this.

List item: Title: This is the title

List item: Date: Wed Mar 13 2024 20:07:03 GMT+0000 (Greenwich Mean Time)

Button: I’ve been slotted in.

Paragraph: And the content above was slotted into a markdown file.
@aral@mastodon.ar.al
2024-04-15 17:04:56

I’ve been looking for an ngrok alternative for a while now that’s (a) affordable (b) easy to use and (c) works with Kitten¹. Today, after testing a bunch of them again and getting fed up, I found LocalXpose that checks all the boxes.
I signed Small Technology Foundation up as an affiliate so if you use this link to check it out, we’ll get 40% of your $6/mo pro account fee should you subscribe: